gtk/gtkprintoperation-win32.c: Fix for GTK+-4.0 API
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 21 Oct 2016 07:26:42 +0000 (15:26 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 22 Nov 2016 03:40:57 +0000 (11:40 +0800)
commit17fe2288e80a3a78222f53575548ba4e26a6a042
tree86b254e487bf4a33b4e8bd8c03620ad7fc0ea8a2
parent1f7ab7c069855b21f0a7c05dbf0d3e9d08caa507
gtk/gtkprintoperation-win32.c: Fix for GTK+-4.0 API

We no longer have GtkPlug nor GtkWin32EmbedManifest for GTK+-4.x, and it
is not entirely clear at this point what would be the "best" replacement
for them, but this issue here prevents GTK+-3.89.x building on Windows.

As a result, this is a fast port to avoid using APIs that have been
removed for 4.x, and things seem to work properly (the print.c page
printed).

https://bugzilla.gnome.org/show_bug.cgi?id=773299
gtk/gtkprintoperation-win32.c